home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / daemons / ipServer / RCS / ip.h,v < prev    next >
Encoding:
Text File  |  1989-08-16  |  1.7 KB  |  95 lines

  1. head     1.3;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.3
  10. date     89.08.15.19.55.29;  author rab;  state Exp;
  11. branches ;
  12. next     1.2;
  13.  
  14. 1.2
  15. date     88.08.16.11.21.58;  author mendel;  state Exp;
  16. branches ;
  17. next     1.1;
  18.  
  19. 1.1
  20. date     88.04.27.09.01.14;  author brent;  state Exp;
  21. branches ;
  22. next     ;
  23.  
  24.  
  25. desc
  26. @IP Protocol defs
  27. @
  28.  
  29.  
  30. 1.3
  31. log
  32. @Commented #endif labels.
  33. @
  34. text
  35. @/*
  36.  * ip.h --
  37.  *
  38.  *    Declarations of external IP-related routines.
  39.  *
  40.  * Copyright 1987 Regents of the University of California
  41.  * All rights reserved.
  42.  * Permission to use, copy, modify, and distribute this
  43.  * software and its documentation for any purpose and without
  44.  * fee is hereby granted, provided that the above copyright
  45.  * notice appear in all copies.  The University of California
  46.  * makes no representations about the suitability of this
  47.  * software for any purpose.  It is provided "as is" without
  48.  * express or implied warranty.
  49.  *
  50.  *
  51.  * $Header: /sprite/src/daemons/ipServer/RCS/ip.h,v 1.2 88/08/16 11:21:58 mendel Exp Locker: rab $ SPRITE (Berkeley)
  52.  */
  53.  
  54. #ifndef _IPS_IP
  55. #define _IPS_IP
  56.  
  57. #include "sprite.h"
  58.  
  59. extern void        IP_Init();
  60. extern ReturnStatus    IP_Input();
  61. extern ReturnStatus    IP_Output();
  62. extern void        IP_DelayedOutput();
  63. extern void        IP_QueueOutput();
  64. extern Address        IP_GetSrcRoute();
  65. extern void        IP_SetProtocolHandler();
  66. extern void        IP_FormatPacket();
  67.  
  68. #endif /* _IPS_IP */
  69. @
  70.  
  71.  
  72. 1.2
  73. log
  74. @Converted to new lib.a.
  75. @
  76. text
  77. @d17 1
  78. a17 1
  79.  * $Header: ip.h,v 1.1 88/04/27 09:01:14 brent Exp $ SPRITE (Berkeley)
  80. d34 1
  81. a34 1
  82. #endif _IPS_IP
  83. @
  84.  
  85.  
  86. 1.1
  87. log
  88. @Initial revision
  89. @
  90. text
  91. @d17 1
  92. a17 1
  93.  * $Header: ip.h,v 6.0 87/09/08 15:58:46 andrew Stable $ SPRITE (Berkeley)
  94. @
  95.